home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / tools / gcc / gcc270_base.lha / gnu / GccOpts1_3 / Example / Hello.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-02  |  73 b   |  8 lines

  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.  printf("hello, world !");
  6.  return 0;
  7. }
  8.